# Simple APIs in Python

Go to the [[Python Week 4 Main Page]] or the [[Python - Main Page]]
Also see the [[Programming Main Page]] or the [[Main AI Page]]

"Application Process Interfaces"

- API
- API Libraries
- REST API

Pandas is an API.

## REST APIs 
REST APIs are APIs you access over the internet. 

- **Re**presentational
- **S**tate
- **T**ransfer

![A graaphic representation of how REST APIs work](https://i.imgur.com/SOR61km.png)
